home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / SplashTimeMonitor.nib / data.classes next >
Encoding:
Text File  |  1996-02-15  |  766 b   |  33 lines

  1. TimeMonitor = {
  2.     ACTIONS = {
  3.     "beginTiming:" = "beginTiming:"; 
  4.     "endTiming:" = "endTiming:"; 
  5.     "orderOut:" = "orderOut:"; 
  6.     "stop:" = "stop:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     appIconButton = appIconButton; 
  10.     cancelButton = cancelButton; 
  11.     doneField = doneField; 
  12.     gaugeView = gaugeView; 
  13.     titleTextField = titleTextField; 
  14.     window = window; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. GaugeView = {
  19.     OUTLETS = {
  20.     backgroundGray = backgroundGray; 
  21.     borderType = borderType; 
  22.     gaugeGray = gaugeGray; 
  23.     percentage = percentage; 
  24.     }; 
  25.     SUPERCLASS = View; 
  26. };
  27. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  28. SplashTimeMonitor = {
  29.     ACTIONS = {}; 
  30.     OUTLETS = {userNameField = userNameField; versionField = versionField; }; 
  31.     SUPERCLASS = TimeMonitor; 
  32. };
  33.